crypto/tls.newSessionTicketMsgTLS13.label (field)
6 uses
crypto/tls (current package)
handshake_client_tls13.go#L765: cs := &ClientSessionState{ticket: msg.label, session: session}
handshake_messages.go#L1050: label []byte
handshake_messages.go#L1068: b.AddBytes(m.label)
handshake_messages.go#L1095: !readUint16LengthPrefixed(&s, &m.label) ||
handshake_server_tls13.go#L840: m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)
handshake_server_tls13.go#L850: m.label, err = c.config.encryptTicket(stateBytes, c.ticketKeys)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |